html {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
}

body {
	text-align: center;
	min-height: 100%;
	min-width: 300px;
	padding-top: 0;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-image: url("../../img/common/template/motion_bg.jpg");
	overflow: auto;
}

.centeringContainer {
	margin: 0 auto;
	text-align: left;
	height: 100%;
	overflow: hidden;
}

.centeringContainer:before,
.centeringContainer:after {
	content: " ";
	display: table;
}

.centeringContainer:after {
	clear: both;
}

.centerFooter {
	height: 125px;
	background-color: #fff;
}

.centerHeader {
	height: 20px;
}

.centerHeader.smaller, .centerFooter.smaller {
	height: 30px;
}

.centerFooter {
	margin-top: 2px;
	background-image: url('../../img/common/template/stripes.png');
	background-position: right top;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.ukg-logo {
	background-image: url('../../img/common/kronos-icons/UKG-teal-lg.svg');
	background-position: right bottom;
	background-repeat: no-repeat;
	display: block;
	min-height: 40px;
	margin: 40px;
	background-size: contain;
}

.centerMain {
	height: calc(100% - 160px);
	background-color: rgba(17, 34, 63, 0.87);
	padding: 25px;
	max-width: 400px;
	margin-left: 125px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.centerMain {
		margin-left: 0;
	}
}

.centerMain .alert-info {
	background-color: #d7e7f5;
}

.logoMain {
	background-image: url('../../img/common/template/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 33px;
	width: 156px;
	display: inline-block;
	float: left;
	margin: 35px 0 0 30px;
}

/*HEADER*/
.largeHeader {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 170%;
	vertical-align: bottom;
	line-height: 100%;
	cursor: default;
	min-width: 285px;
	margin-top: 35px;
}

.largeHeader .appName {
	font-size: 175%;
	white-space: normal;
	text-align: center;
	margin: 0 auto;
	display: block;
	line-height: 100%;
}

.logoMain.small {
	background-image: url('../../img/common/kronos-icons/logo-xsmall.png');
	margin: 20px 0 0 20px;
}

.versionNumber, .trademark {
	font-size: 40%;
	line-height: 100%;
	cursor: default;
	font-weight: normal;
	padding: 0;
}

.versionNumber {
	text-transform: capitalize;
	color: #c7dff4;
	display: block;
	padding-right: 15px;
	text-align: right;
}

.trademark {
	vertical-align: bottom;
	font-weight: 100;
	font-size: 25%;
}

.loginFormContainer {
	padding-top: 35px;
}

.loginFormContainer .text-primary {
	color: #2E93FF !important;
}

.loginFormContainer a.text-primary:hover, a.text-primary:focus {
	color: #1F8BFF !important;
}

/*LOGIN AREA*/
.loginPanel .buttonContainer, .loginMessage .buttonContainer {
	margin: 20px 0;
}

.loginMessage {
	color: #fff;
	line-height: 120%;
	cursor: default;
	margin-top: 20px;
}

.loginMessage .buttonContainer button {
	margin-left: 0;
}

.loginPanel label, .loginLogoutHeader, .environment, .loginPanel .form-group label {
	color: #fff;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}

.environment {
	display: block;
	clear: left;
	text-transform: capitalize;
	cursor: default;
	font-size: 90%;
}

.loginPanel label, .loginLogoutHeader, .environment, .logoutMessage, .versionNumber, .largeHeader, .mfaMessage, .mfaDropdownTitle, .authCodeTitle {
	overflow: hidden;
	text-overflow: ellipsis;
}

input.loginInput.error, input.loginInput.error[type="text"]:focus {
	margin-bottom: 0;
	border-bottom: 1px solid #CC0000;
}

/*LOGOUT AREA*/
.logoutPanel {
	color: #fff;
	cursor: default;
	padding-top: 5px;
}

.logoutMessage, .mfaDropdownTitle, .authCodeTitle {
	margin: 0 0 5px 0;
	font-size: 90%;
	color: #fff;
}

.logoutMessage .plainTextLink {
	color: #fff;
	font-size: 100%;
}

.loginLogoutHeader {
	display: block;
	font-size: 125%;
	line-height: 130%;
	padding-bottom: 5px;
}

.successfulLogout, .sessionExpired, .loginWarning {
	padding: 5px 0;
}

.successfulLogout, .sessionExpired, .loginWarning {
	background-image: none;
}

.mfaMessage {
	margin: 0 0 5px 0;
	font-size: 100%;
	color: #fff;
}

button.btn-orange-wft, button.btn-orange-wft:hover, button.btn-orange-wft:active, button.btn-orange-wft:focus {
	background-color: #c6430f;
	border-color: #c6430f;
	padding: 2px 12px;
	color: #fff;
}

.form-control:-webkit-autofill, .form-control:-webkit-autofill:focus {
	background-color: #fff !important;
	-webkit-box-shadow: 0 0 0 500px white inset !important;
	-webkit-transition: none !important;
}

.form-control[disabled]:-webkit-autofill, .form-control[disabled]:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 500px #eee inset !important;
}

.centerMain .positionRelative {
	height: 100%;
}

.loginScrollContainer {
	padding: 0 5px;
	overflow: auto;
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(100% - 120px);
}

@media (max-width: 767px) {

	.largeHeader.smaller .appName {
		font-size: 130%;
	}

	.environment {
		font-size: 90%;
	}

	.versionNumber {
		font-size: 50%;
	}

	.largeHeader.smaller {
		font-size: 140%;
		margin-top: 0;
	}

	.centerHeader {
		height: 10px;
	}

	.centerMain {
		margin: 0 auto;
		height: calc(100% - 20px);
	}

	.loginScrollContainer {
		height: calc(100% - 15px);
	}

	.trademark {
		float: right;
	}

	.loginFormContainer {
		padding-top: 0;
	}

	.centerFooter {
		display: none;
	}
}

.btn-group.dropdown {
	width: 100%;
}

.dropdown-toggle:after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 7px;
	height: 7px;
	border: none;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
	right: 10px;
	top: 10px;
	margin: 0;
}

#languagesButton {
	width: 100%;
	background: #FFFFFF;
	color: #000000;
	text-align: left;
}

#languagesButton:focus {
	outline: 2px solid #80bdff;
}

.loginScrollContainer .selectableLink a {
	font-size: .8rem;
}

.selectableLink a:focus {
	outline: none;
}

#languages {
	width: 100%;
}